val wood = <terrafirmacraft:item.Log:*>;val wool = <terrafirmacraft:item.Wool>;val tfcWoolYarn =<terrafirmacraft:item.WoolYarn>;val str = <minecraft:string>;val iron = <terrafirmacraft:item.Wrought Iron Ingot>;val gold = <terrafirmacraft:item.Gold Ingot>;val glassPane = <minecraft:glass_pane>;val plank = <ore:woodLumber>;val leather = <terrafirmacraft:item.TFC Leather>;val ironSheet = <terrafirmacraft:item.Wrought Iron Sheet>;val stick = <ore:stickWood>;//Gaugerecipes.addShaped(<ArchimedesShips:gauge>,[[glassPane,iron,glassPane],[iron,<minecraft:redstone>,gold],[null,gold,null]]);//Upgraded gaugerecipes.addShaped(<ArchimedesShips:gauge:1>,[[glassPane,iron,glassPane],[iron,<minecraft:redstone>,gold],[glassPane,gold,glassPane]]);//Floaterrecipes.addShaped(<ArchimedesShips:floater>, [[wood,wool]]);//Balloonrecipes.addShaped(<ArchimedesShips:balloon>,[[wool],[tfcWoolYarn]]);//Passenger seatrecipes.addShaped(<ArchimedesShips:seat>,[[wool],[wool],[wool]]);//Wooden craterecipes.addShaped(<ArchimedesShips:crate_wood>*3,[[null, leather, null],[leather,null, leather],[plank, plank, plank]]);//Steam engine recipes.addShaped(<ArchimedesShips:engine>,[[null, <terrafirmacraft:item.Wooden Bucket Water>, null],[ironSheet,<terrafirmacraft:Barrel:*>, ironSheet],[ironSheet, ironSheet, ironSheet]]);//Ship helmrecipes.addShaped(<ArchimedesShips:marker>,[[plank, stick, plank],[stick,iron, stick],[plank, stick, plank]]);